home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 212
- Top = 158
- BorderStyle = bsDialog
- Caption = 'Index Rebuilder'
- ClientHeight = 102
- ClientWidth = 304
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 15
- Top = 9
- Width = 32
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Alias:'
- end
- object Label2: TLabel
- Left = 10
- Top = 36
- Width = 37
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Table:'
- end
- object cbAlias: TComboBox
- Left = 51
- Top = 6
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnChange = cbAliasChange
- end
- object cbTable: TComboBox
- Left = 51
- Top = 33
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 207
- Top = 3
- Width = 89
- Height = 25
- Caption = '&Build Indexes'
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 207
- Top = 30
- Width = 89
- Height = 25
- Caption = 'E&xit'
- TabOrder = 3
- Kind = bkClose
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 83
- Width = 304
- Height = 19
- Panels = <
- item
- Text = 'Message'
- Width = 250
- end
- item
- Text = 'Count'
- Width = 20
- end>
- SimplePanel = False
- end
- object tblIndex: TTable
- Exclusive = True
- Left = 63
- Top = 12
- end
- end
-